home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / CDTools / Viewers / Apdf / GZip / README.X1 < prev    next >
Text File  |  1994-04-02  |  3KB  |  85 lines

  1.  
  2. AMIGA gzip124x1.lha and gzip124x1.zip archive notes
  3.  
  4. ==========================================================
  5.  
  6. April 2, 1994
  7. <John.Bush@East.Sun.COM>
  8.  
  9. ----------------------------------------------------------
  10.  
  11. This is the RE-distributed gzip executable, version 1.2.4,
  12. for Amiga.  It is being redistributed due to a bug in the
  13. previous distribution (see below).
  14.  
  15. Provided here is the "gzip" utility command only.
  16. (no "gunzip", "gzcat", or unix shell scripts included)
  17.  
  18. The gzip command can be linked or duplicated on your system
  19. to produce the gzcat and gunzip commands, if desired.
  20. Otherwise, command line options passed to gzip can
  21. provide that functionality.  For example, "gzip -d"
  22. is equivalent to "gunzip".
  23.  
  24. ----------------------------------------------------------
  25.  
  26. In conformance with the GNU license, source code is 
  27. widely available for this product.  The master repository
  28. is accessible via anonymous ftp at:
  29.  
  30.       prep.ai.mit.edu:/pub/gnu
  31.  
  32. The gzip code will normally be named, "gzip-m.r.p.tar.Z",
  33. where the "m.r.p" indicates the current released "major",
  34. "revision", and "patch" level number.
  35.  
  36. Also, see the README and COPYING files in this archive for 
  37. more information.
  38.  
  39. The BUG reporting procedure is outlined in the README file.
  40.  
  41. ----------------------------------------------------------
  42.  
  43. BUG ALERT !  Previous distributions, called "gzip124x.lha"
  44. or "gzip124x.zip", compiled with SAS/C version 6.51, have
  45. a serious bug, seemingly caused by the compiler (but still
  46. uncertain at the date of this note).  Although that version
  47. is able to properly decompress files without error, it creates
  48. corrupt archives when compresseing files.  This is not detected
  49. until the archive is attempted to be decompressed.  The error 
  50. is manifested by a "CRC error" during decompression.  
  51. NOTE:  Sometimes, CRC errors are valid, meaning that the file 
  52. was corrupted during transfer, but in THIS CASE, the gzip 
  53. produced the corruption.
  54.  
  55. Compiling with an earlier release of SAS/C, version 6.3,
  56. solved the problem.  At the time of this release, I am
  57. attempting to track down and duplicated the compiler problem
  58. that caused this error, so I can report it to the SAS
  59. Institute.  Currently, it is very difficult to isolate the
  60. problem because the code produced no enforcer hits, and
  61. executed properly.  Only upon decompression does the
  62. error become observed.
  63.  
  64. ----------------------------------------------------------
  65.  
  66. The enclosed version of gzip does not work properly
  67. on Amigas running Workbench 1.3 (Kickstart less than 36).  
  68. This is because of the lack of the ROM entrypoint, Examine_FH, 
  69. used by the fstat() call in gzip.
  70.  
  71. This will be corrected in a later version.
  72.  
  73. For now, use standard output to pass files from gzip, as follows:
  74.  
  75. (substitute your root filename in place of "filename" below)
  76.  
  77.     gzip >filename -dc filename.gz
  78.  
  79.  or 
  80.  
  81.    gzip >filename.gz -c filename
  82.  
  83. ----------------------------------------------------------
  84.  
  85.